home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: munta.cs.mu.OZ.AU!baillie
- From: baillie@munta.cs.mu.OZ.AU (Stephen Baillie)
- Subject: Re: Help: start win .exe from win .exe
- Message-ID: <9601923.22022@mulga.cs.mu.OZ.AU>
- Sender: news@cs.mu.OZ.AU (CS-Usenet)
- Organization: Computer Science, University of Melbourne, Australia
- References: <4deh61$oml$1@mhade.production.compuserve.com>
- Date: Fri, 19 Jan 1996 12:10:28 GMT
-
- Tanya Golub <71421.2231@CompuServe.COM> writes:
-
- >Does anyone know if there is a way to kick off
- >a WINDOWS .exe program from another WINDOWS .exe program?
-
- The usual way to do this is to use the standard Windoze API
- call, WinExec(). The details should be in your compiler
- documentation/header files.
-
- Have a nice day,
-
- Steve.
-
- --
- "If we shadows have offended, Think but this and all is mended:
- That you have but slumbered here, While these visions did appear.
- And this weak and idle theme, no more yielding but a dream."
- baillie@munta.cs.mu.oz.au (Stephen Baillie)
-